home *** CD-ROM | disk | FTP | other *** search
Wrap
activeBreadboard. lockWindowUpdate() activeBreadboard. setAnimatePoint ( 40 , 455 ) activeBreadboard. stampAndMove ( "TextBoxEngine" , "textBoxEngine" ) textBoxEngine. setFontSize ( 18 ) textBoxEngine. setHeight ( 70 ) textBoxEngine. setWidth ( 690 ) textBoxEngine. setColor ( 0 , 0 , 255 ) textBoxEngine. setText ( "You are using the small evaluation edition of NeuroSolutions v3.0. In order to run this demo, you need to download the full evaluation edition from the NeuroSolutions web site. Click below to connect to the NeuroSolutions download page via your default browser." ) activeBreadboard. setAnimatePoint ( 320 , 515 ) activeBreadboard. stampAndMove ( "TextBoxEngine" , "textBoxEngine1" ) textBoxEngine1. setBorderType ( 5 ) textBoxEngine1. setBackgroundColor ( 192 , 192 , 192 ) textBoxEngine1. setColor ( 0 , 0 , 255 ) textBoxEngine1. setAutosize ( TRUE ) textBoxEngine1. setBold ( TRUE ) textBoxEngine1. setItalic ( TRUE ) textBoxEngine1. setMacroAction ( 1 ) textBoxEngine1. setText ( "Download now!" ) webPath = application. pathFromNS ( "Demos\downloadSoftware.nsm" ) textBoxEngine1. setMacroPath ( webPath ) excelButton. setMacroAction ( 0 ) activeBreadboard. select ( NULL , FALSE ) activeBreadboard. unlockWindowUpdate()